home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / windows / sw14c.zip / SIMPWN14.ZIP / makefile.txt < prev    next >
Makefile  |  1996-03-16  |  2KB  |  29 lines

  1.   Makefile is the real heart of simple windows. It is the editor for 
  2. constructing the call files. It has help screens for every fungion. All you
  3. have to do is cursor to the fungtion and hit F1. A help screen will then
  4. apear. 
  5.   There are six types of files 5 are for the call files themselves (window,
  6. menu,screen forms, print forms, and songs). The sixth is the scheme file.
  7. It is for viewing your graphics for your entire program. The current scheme
  8. display is also used when creating windows and menus. At this point each
  9. file must be loaded to be able to edit it. So if you were working on a 
  10. window and you want to put a menu in it you must load the menu file and
  11. after that you want to work on a window you must agian load the window 
  12. file.
  13.   When all your files are made they then can be call in the program saving
  14. much coding that would be required to build them in the program. This will
  15. make your program much smaller and also allows you to design your graphics
  16. with out using the compiler or ,if you use a graphic artist, knowing
  17. programing.
  18.   For now the editor is fairly crude but the upgrade will have click drag
  19. mouse and only a single name for the files will be needed. The exstentions
  20. and loading will be automatic so you will be able to make windows, menus,
  21. and forms with out stopping or leaving the editor screen.
  22.   Feel free to call me or leave a note of criticism or prase about this
  23. or any othe part of this utility. Any feedback will be greatly appreciated.
  24.   Some tips on makefile are to use a graphic layout on graphpaper to get
  25. your coordinents down. Also right your windows and menus in order(example
  26. window 1 then menu 1 then window 2 and menu 2 and so on). This will show
  27. your scheme as you creat it in the editing window.
  28.  
  29.